From: Richard M. Stallman Date: Thu, 8 May 1997 16:04:55 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~81369 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dc2e979fc70f426c03ec204507fcd3d435d6e29f;p=emacs.git Fix previous change. --- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 330b1139c29..023592a88a9 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -654,7 +654,7 @@ User options are structured into \"groups\". Initially the top-level group `Emacs' and its immediate subgroups are shown; the contents of those subgroups are initially hidden." (interactive) - (customize-groupx 'emacs)) + (customize-group 'emacs)) ;;;###autoload (defun customize-group (group)